Remove unused local variables (from removed REASIGN_PAGE
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 21 Dec 2005 19:17:22 +0000 (20:17 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 21 Dec 2005 19:17:22 +0000 (20:17 +0100)
function).

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/mm.c

index c306df588f70224bb5e283060e71206c3bfa6f53..e6a99065e3a3604fef205fd55daa6a9588bc02c1 100644 (file)
@@ -1718,8 +1718,7 @@ int do_mmuext_op(
     unsigned long mfn, type, done = 0;
     struct pfn_info *page;
     struct vcpu *v = current;
-    struct domain *d = v->domain, *e;
-    u32 x, y, _d, _nd;
+    struct domain *d = v->domain;
 
     LOCK_BIGLOCK(d);